home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / AciusTN8-92.cpt / AciusTN8-92 / GraphicalButtonsƒ / Proc.Ext.rsrc / 4Dte_26012 < prev    next >
Text File  |  1992-10-10  |  685b  |  17 lines

  1. Sets the style, by default, the button's titles created subsequently.
  2.  
  3. Parameter 1:
  4. Number of characters to skip in the button's name in order to obtain the title to display. (The default value is 1)
  5. Example :
  6. If your button is called gb_toto, you pass 3 so that the button's title to be displayed is "toto". 
  7.  
  8. Parameter 2:
  9. The font used by default for the button's title. By default the font is Chicago.
  10.  
  11. Parameter 3:
  12. The size by default for the button's title. By default the size is 12.
  13.  
  14. Parameter 4:
  15. The style by default for the button's title. By default the value si 0, which is plain.
  16.  
  17. Written by François Marchal, © ACI 1991. Detailed description and source code in MPW Pascal.